home *** CD-ROM | disk | FTP | other *** search
- object FormRenameUser: TFormRenameUser
- Left = 383
- Top = 222
- HelpContext = 442
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Rename User'
- ClientHeight = 203
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 280
- Height = 149
- Align = alTop
- TabOrder = 0
- object Label1: TLabel
- Left = 18
- Top = 15
- Width = 217
- Height = 16
- Caption = 'Please select a user name to rename'
- end
- object Label2: TLabel
- Left = 18
- Top = 81
- Width = 242
- Height = 16
- Caption = 'Input new user name for the selected user'
- end
- object ComboBox1: TComboBox
- Left = 18
- Top = 36
- Width = 243
- Height = 24
- Style = csDropDownList
- ItemHeight = 16
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 18
- Top = 103
- Width = 243
- Height = 24
- TabOrder = 1
- end
- end
- object BitBtn1: TBitBtn
- Left = 58
- Top = 163
- Width = 70
- Height = 29
- Caption = '&Apply'
- Default = True
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object BitBtn2: TBitBtn
- Left = 153
- Top = 163
- Width = 70
- Height = 29
- Caption = 'E&xit'
- TabOrder = 2
- OnClick = BitBtn2Click
- end
- end
-